SelectionChanged Property
SelectionChanged
Occurs after selection changed.
Declaration
[Parameter]
public EventCallback<IEnumerable<int>> SelectionChanged { get; set; }
<Parameter>
Public Property SelectionChanged As EventCallback(Of IEnumerable(Of Integer))